From b6b7941b0d339f79b103866fea0ecb7e5e71801f Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Mon, 12 Oct 1998 11:24:29 +0000 Subject: [PATCH] fixed a comment --- gtk/gtkclist.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gtk/gtkclist.h b/gtk/gtkclist.h index 6ad0c4c3cd..84fd8e5f1a 100644 --- a/gtk/gtkclist.h +++ b/gtk/gtkclist.h @@ -607,7 +607,10 @@ void gtk_clist_undo_selection (GtkCList *clist); */ void gtk_clist_clear (GtkCList *clist); -/* return the row column corresponding to the x and y coordinates */ +/* return the row column corresponding to the x and y coordinates, + * the returned values are only valid if the x and y coordinates + * are respectively to a window == clist->clist_window + */ gint gtk_clist_get_selection_info (GtkCList *clist, gint x, gint y, -- 2.30.2